- GBookmarkFile
alias GBookmarkFile = _GBookmarkFile
Undocumented in source.
- GBookmarkFileError
alias GBookmarkFileError = _Anonymous_0
Undocumented in source.
- da_g_bookmark_file_add_application
alias da_g_bookmark_file_add_application = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_add_group
alias da_g_bookmark_file_add_group = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_error_quark
alias da_g_bookmark_file_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_free
alias da_g_bookmark_file_free = void function(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_added
alias da_g_bookmark_file_get_added = time_t function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_app_info
alias da_g_bookmark_file_get_app_info = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, gchar** exec, guint* count, time_t* stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_applications
alias da_g_bookmark_file_get_applications = gchar** function(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_description
alias da_g_bookmark_file_get_description = gchar* function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_groups
alias da_g_bookmark_file_get_groups = gchar** function(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_icon
alias da_g_bookmark_file_get_icon = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, gchar** href, gchar** mime_type, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_is_private
alias da_g_bookmark_file_get_is_private = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_mime_type
alias da_g_bookmark_file_get_mime_type = gchar* function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_modified
alias da_g_bookmark_file_get_modified = time_t function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_size
alias da_g_bookmark_file_get_size = gint function(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_title
alias da_g_bookmark_file_get_title = gchar* function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_uris
alias da_g_bookmark_file_get_uris = gchar** function(GBookmarkFile* bookmark, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_get_visited
alias da_g_bookmark_file_get_visited = time_t function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_has_application
alias da_g_bookmark_file_has_application = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_has_group
alias da_g_bookmark_file_has_group = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_has_item
alias da_g_bookmark_file_has_item = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_load_from_data
alias da_g_bookmark_file_load_from_data = gboolean function(GBookmarkFile* bookmark, const(gchar)* data, gsize length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_load_from_data_dirs
alias da_g_bookmark_file_load_from_data_dirs = gboolean function(GBookmarkFile* bookmark, const(gchar)* file, gchar** full_path, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_load_from_file
alias da_g_bookmark_file_load_from_file = gboolean function(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_move_item
alias da_g_bookmark_file_move_item = gboolean function(GBookmarkFile* bookmark, const(gchar)* old_uri, const(gchar)* new_uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_new
alias da_g_bookmark_file_new = GBookmarkFile* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_remove_application
alias da_g_bookmark_file_remove_application = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_remove_group
alias da_g_bookmark_file_remove_group = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_remove_item
alias da_g_bookmark_file_remove_item = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_added
alias da_g_bookmark_file_set_added = void function(GBookmarkFile* bookmark, const(gchar)* uri, time_t added)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_app_info
alias da_g_bookmark_file_set_app_info = gboolean function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec, gint count, time_t stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_description
alias da_g_bookmark_file_set_description = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_groups
alias da_g_bookmark_file_set_groups = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar*)* groups, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_icon
alias da_g_bookmark_file_set_icon = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* href, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_is_private
alias da_g_bookmark_file_set_is_private = void function(GBookmarkFile* bookmark, const(gchar)* uri, gboolean is_private)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_mime_type
alias da_g_bookmark_file_set_mime_type = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_modified
alias da_g_bookmark_file_set_modified = void function(GBookmarkFile* bookmark, const(gchar)* uri, time_t modified)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_title
alias da_g_bookmark_file_set_title = void function(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_set_visited
alias da_g_bookmark_file_set_visited = void function(GBookmarkFile* bookmark, const(gchar)* uri, time_t visited)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_to_data
alias da_g_bookmark_file_to_data = gchar* function(GBookmarkFile* bookmark, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_bookmark_file_to_file
alias da_g_bookmark_file_to_file = gboolean function(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_add_application
void g_bookmark_file_add_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_add_group
void g_bookmark_file_add_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_error_quark
GQuark g_bookmark_file_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_free
void g_bookmark_file_free(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_added
time_t g_bookmark_file_get_added(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_app_info
gboolean g_bookmark_file_get_app_info(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, gchar** exec, guint* count, time_t* stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_applications
gchar** g_bookmark_file_get_applications(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_description
gchar* g_bookmark_file_get_description(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_groups
gchar** g_bookmark_file_get_groups(GBookmarkFile* bookmark, const(gchar)* uri, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_icon
gboolean g_bookmark_file_get_icon(GBookmarkFile* bookmark, const(gchar)* uri, gchar** href, gchar** mime_type, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_is_private
gboolean g_bookmark_file_get_is_private(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_mime_type
gchar* g_bookmark_file_get_mime_type(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_modified
time_t g_bookmark_file_get_modified(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_size
gint g_bookmark_file_get_size(GBookmarkFile* bookmark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_title
gchar* g_bookmark_file_get_title(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_uris
gchar** g_bookmark_file_get_uris(GBookmarkFile* bookmark, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_get_visited
time_t g_bookmark_file_get_visited(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_has_application
gboolean g_bookmark_file_has_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_has_group
gboolean g_bookmark_file_has_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_has_item
gboolean g_bookmark_file_has_item(GBookmarkFile* bookmark, const(gchar)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_load_from_data
gboolean g_bookmark_file_load_from_data(GBookmarkFile* bookmark, const(gchar)* data, gsize length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_load_from_data_dirs
gboolean g_bookmark_file_load_from_data_dirs(GBookmarkFile* bookmark, const(gchar)* file, gchar** full_path, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_load_from_file
gboolean g_bookmark_file_load_from_file(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_move_item
gboolean g_bookmark_file_move_item(GBookmarkFile* bookmark, const(gchar)* old_uri, const(gchar)* new_uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_new
GBookmarkFile* g_bookmark_file_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_remove_application
gboolean g_bookmark_file_remove_application(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_remove_group
gboolean g_bookmark_file_remove_group(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* group, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_remove_item
gboolean g_bookmark_file_remove_item(GBookmarkFile* bookmark, const(gchar)* uri, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_added
void g_bookmark_file_set_added(GBookmarkFile* bookmark, const(gchar)* uri, time_t added)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_app_info
gboolean g_bookmark_file_set_app_info(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* name, const(gchar)* exec, gint count, time_t stamp, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_description
void g_bookmark_file_set_description(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_groups
void g_bookmark_file_set_groups(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar*)* groups, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_icon
void g_bookmark_file_set_icon(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* href, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_is_private
void g_bookmark_file_set_is_private(GBookmarkFile* bookmark, const(gchar)* uri, gboolean is_private)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_mime_type
void g_bookmark_file_set_mime_type(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* mime_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_modified
void g_bookmark_file_set_modified(GBookmarkFile* bookmark, const(gchar)* uri, time_t modified)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_title
void g_bookmark_file_set_title(GBookmarkFile* bookmark, const(gchar)* uri, const(gchar)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_set_visited
void g_bookmark_file_set_visited(GBookmarkFile* bookmark, const(gchar)* uri, time_t visited)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_to_data
gchar* g_bookmark_file_to_data(GBookmarkFile* bookmark, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_to_file
gboolean g_bookmark_file_to_file(GBookmarkFile* bookmark, const(gchar)* filename, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_bookmark_file_add_application
da_g_bookmark_file_add_application g_bookmark_file_add_application;
Undocumented in source.
- g_bookmark_file_add_group
da_g_bookmark_file_add_group g_bookmark_file_add_group;
Undocumented in source.
- g_bookmark_file_error_quark
da_g_bookmark_file_error_quark g_bookmark_file_error_quark;
Undocumented in source.
- g_bookmark_file_free
da_g_bookmark_file_free g_bookmark_file_free;
Undocumented in source.
- g_bookmark_file_get_added
da_g_bookmark_file_get_added g_bookmark_file_get_added;
Undocumented in source.
- g_bookmark_file_get_app_info
da_g_bookmark_file_get_app_info g_bookmark_file_get_app_info;
Undocumented in source.
- g_bookmark_file_get_applications
da_g_bookmark_file_get_applications g_bookmark_file_get_applications;
Undocumented in source.
- g_bookmark_file_get_description
da_g_bookmark_file_get_description g_bookmark_file_get_description;
Undocumented in source.
- g_bookmark_file_get_groups
da_g_bookmark_file_get_groups g_bookmark_file_get_groups;
Undocumented in source.
- g_bookmark_file_get_icon
da_g_bookmark_file_get_icon g_bookmark_file_get_icon;
Undocumented in source.
- g_bookmark_file_get_is_private
da_g_bookmark_file_get_is_private g_bookmark_file_get_is_private;
Undocumented in source.
- g_bookmark_file_get_mime_type
da_g_bookmark_file_get_mime_type g_bookmark_file_get_mime_type;
Undocumented in source.
- g_bookmark_file_get_modified
da_g_bookmark_file_get_modified g_bookmark_file_get_modified;
Undocumented in source.
- g_bookmark_file_get_size
da_g_bookmark_file_get_size g_bookmark_file_get_size;
Undocumented in source.
- g_bookmark_file_get_title
da_g_bookmark_file_get_title g_bookmark_file_get_title;
Undocumented in source.
- g_bookmark_file_get_uris
da_g_bookmark_file_get_uris g_bookmark_file_get_uris;
Undocumented in source.
- g_bookmark_file_get_visited
da_g_bookmark_file_get_visited g_bookmark_file_get_visited;
Undocumented in source.
- g_bookmark_file_has_application
da_g_bookmark_file_has_application g_bookmark_file_has_application;
Undocumented in source.
- g_bookmark_file_has_group
da_g_bookmark_file_has_group g_bookmark_file_has_group;
Undocumented in source.
- g_bookmark_file_has_item
da_g_bookmark_file_has_item g_bookmark_file_has_item;
Undocumented in source.
- g_bookmark_file_load_from_data
da_g_bookmark_file_load_from_data g_bookmark_file_load_from_data;
Undocumented in source.
- g_bookmark_file_load_from_data_dirs
da_g_bookmark_file_load_from_data_dirs g_bookmark_file_load_from_data_dirs;
Undocumented in source.
- g_bookmark_file_load_from_file
da_g_bookmark_file_load_from_file g_bookmark_file_load_from_file;
Undocumented in source.
- g_bookmark_file_move_item
da_g_bookmark_file_move_item g_bookmark_file_move_item;
Undocumented in source.
- g_bookmark_file_new
da_g_bookmark_file_new g_bookmark_file_new;
Undocumented in source.
- g_bookmark_file_remove_application
da_g_bookmark_file_remove_application g_bookmark_file_remove_application;
Undocumented in source.
- g_bookmark_file_remove_group
da_g_bookmark_file_remove_group g_bookmark_file_remove_group;
Undocumented in source.
- g_bookmark_file_remove_item
da_g_bookmark_file_remove_item g_bookmark_file_remove_item;
Undocumented in source.
- g_bookmark_file_set_added
da_g_bookmark_file_set_added g_bookmark_file_set_added;
Undocumented in source.
- g_bookmark_file_set_app_info
da_g_bookmark_file_set_app_info g_bookmark_file_set_app_info;
Undocumented in source.
- g_bookmark_file_set_description
da_g_bookmark_file_set_description g_bookmark_file_set_description;
Undocumented in source.
- g_bookmark_file_set_groups
da_g_bookmark_file_set_groups g_bookmark_file_set_groups;
Undocumented in source.
- g_bookmark_file_set_icon
da_g_bookmark_file_set_icon g_bookmark_file_set_icon;
Undocumented in source.
- g_bookmark_file_set_is_private
da_g_bookmark_file_set_is_private g_bookmark_file_set_is_private;
Undocumented in source.
- g_bookmark_file_set_mime_type
da_g_bookmark_file_set_mime_type g_bookmark_file_set_mime_type;
Undocumented in source.
- g_bookmark_file_set_modified
da_g_bookmark_file_set_modified g_bookmark_file_set_modified;
Undocumented in source.
- g_bookmark_file_set_title
da_g_bookmark_file_set_title g_bookmark_file_set_title;
Undocumented in source.
- g_bookmark_file_set_visited
da_g_bookmark_file_set_visited g_bookmark_file_set_visited;
Undocumented in source.
- g_bookmark_file_to_data
da_g_bookmark_file_to_data g_bookmark_file_to_data;
Undocumented in source.
- g_bookmark_file_to_file
da_g_bookmark_file_to_file g_bookmark_file_to_file;
Undocumented in source.